home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / PMAKER65 / archive.z / SO543__1.PPD < prev    next >
PostScript Printer Description  |  1994-06-06  |  18KB  |  434 lines

  1. *PPD-Adobe: "4.1"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1994 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion:    "4.1"
  10. *FileVersion: "1.1"
  11. *PCFileName:    "SO543__1.PPD"
  12. *LanguageEncoding: ISOLatin1
  13. *LanguageVersion: English
  14. *Product:    "(PostArt for NWP-543)"
  15. *PSVersion:    "(2013.108) 3"
  16. *ModelName:    "SONY POSTART FOR NWP-543 400dpi"
  17. *ShortNickName:    "SONY POSTART FOR NWP-543 400dpi"
  18. *NickName:    "SONY POSTART FOR NWP-543 400dpi v2013.108"
  19.  
  20. *% General Information and Defaults ===============
  21. *FreeVM:    "1073737256"
  22. *LanguageLevel: "2"
  23. *ColorDevice:    False
  24. *DefaultColorSpace: Gray
  25. *FileSystem:    True
  26. *?FileSystem: "
  27. save 
  28.      false (%os%)
  29.     { currentdevparams dup /Writeable known
  30.        {/Writeable get {pop true} if} {pop} ifelse
  31.      } 10 string /IODevice resourceforall
  32.      {(True)}{(False)} ifelse = flush
  33. restore
  34. "
  35. *End
  36. *Throughput: "8"
  37. *Password: "()"
  38. *ExitServer: "
  39.    count 0 eq
  40.    { false } { true exch startjob } ifelse
  41.    not { (WARNING: Cannot modify initial VM.) =
  42.             (Missing or invalid password.) =
  43.             (Please contact the author of this software.) = flush quit
  44.           } if"
  45. *End
  46. *Reset: "
  47.    count 0 eq
  48.    { false } { true exch startjob } ifelse
  49.    not { (WARNING: Cannot reset printer.) =
  50.             (Missing or invalid password.) =
  51.             (Please contact the author of this software.) = flush quit
  52.           } if
  53.    systemdict /quit get exec
  54.    (WARNING : Printer Reset Failed.) = flush
  55. "
  56. *End
  57.  
  58.  
  59. *DefaultResolution: 400dpi 
  60. *?Resolution: "
  61. save
  62.   initgraphics
  63.   0 0 moveto currentpoint matrix defaultmatrix transform
  64.   0 72 lineto currentpoint matrix defaultmatrix transform
  65.   3 -1 roll sub dup mul
  66.   3 1 roll exch sub dup mul
  67.   add sqrt round cvi
  68.   (          ) cvs print (dpi) = flush
  69. restore
  70. "
  71. *End
  72.  
  73.  
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "45.0"
  77. *DefaultScreenProc: Dot
  78. *ScreenProc Dot: "
  79. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  80. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  81. "
  82. *End
  83. *ScreenProc Line: "{ pop }"
  84. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  85.  
  86. *DefaultTransfer: Null
  87. *Transfer Null: "{ }"
  88. *Transfer Null.Inverse: "{ 1 exch sub }"
  89.  
  90. *% Paper Handling ===================
  91. *% Use these entries to set paper size most of the time, unless there is
  92. *% specific reason to use PageRegion.
  93.  
  94. *OpenUI *PageSize: PickOne
  95. *OrderDependency: 30 AnySetup *PageSize
  96. *DefaultPageSize: A4
  97. *PageSize A3: "
  98.    2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  99. *End
  100. *PageSize B4: "
  101.    2 dict dup /PageSize [729 1024] put dup /ImagingBBox null put setpagedevice"
  102. *End
  103. *PageSize A4: "
  104.    2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  105. *End
  106. *PageSize B5: "
  107.    2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  108. *End
  109. *?PageSize: "
  110.  save
  111.    currentpagedevice /PageSize get aload pop
  112.    2 copy gt {exch} if 
  113.    (Unknown) 
  114.   4 dict
  115.    dup [842 1191] (A3) put
  116.    dup [729 1024] (B4) put
  117.    dup [595 842] (A4) put
  118.    dup [516 729] (B5) put
  119.  { exch aload pop 4 index sub abs 5 le exch 
  120.    5 index sub abs 5 le and 
  121.       {exch pop exit} {pop} ifelse
  122.    } bind forall
  123.    = flush pop pop
  124. restore
  125. "
  126. *End
  127. *CloseUI: *PageSize
  128.  
  129.  
  130. *OpenUI *PageRegion: PickOne
  131. *OrderDependency: 40 AnySetup *PageRegion
  132. *DefaultPageRegion: A4
  133. *PageRegion A3: "
  134.    2 dict dup /PageSize [842 1191] put dup /ImagingBBox null put setpagedevice"
  135. *End
  136. *PageRegion B4: "
  137.    2 dict dup /PageSize [729 1024] put dup /ImagingBBox null put setpagedevice"
  138. *End
  139. *PageRegion A4: "
  140.    2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  141. *End
  142. *PageRegion B5: "
  143.    2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  144. *End
  145. *CloseUI: *PageRegion
  146.  
  147. *DefaultImageableArea: A4
  148. *ImageableArea A3: "13.5 17.0101 825.66 1177.65 "
  149. *ImageableArea B4: "13.5 2.6101    716.22 1010.61 "
  150. *ImageableArea A4: "13.5001 15.75 577.98 828.63 "
  151. *ImageableArea B5: "13.5001 18.6301 500.22 715.59 "
  152. *?ImageableArea: "
  153. save
  154.   /cvp {(                ) cvs print ( ) print } bind def
  155.   /upperright {10000 mul floor 10000 div} bind def
  156.   /lowerleft {10000 mul ceiling 10000 div} bind def
  157.   newpath clippath pathbbox
  158.   4 -2 roll exch 2 {lowerleft cvp} repeat
  159.   exch 2 {upperright cvp} repeat flush
  160.  restore
  161. "
  162. *End
  163.  
  164. *% These provide the physical dimensions of the paper (by keyword)
  165. *DefaultPaperDimension: A4
  166. *PaperDimension A3: "842 1191"
  167. *PaperDimension B4: "729 1024"
  168. *PaperDimension A4: "595 842"
  169. *PaperDimension B5: "516 729"
  170.  
  171. *RequiresPageRegion All: True
  172. *DefaultOutputOrder: Normal
  173. *DefaultOutputBin: OnlyOne
  174. *DefaultOutputOrder: Reverse
  175.  
  176. *OpenUI *InputSlot: PickOne
  177. *OrderDependency: 20 AnySetup *InputSlot
  178. *DefaultInputSlot: Cassette
  179. *InputSlot Cassette: ""
  180. *CloseUI: *InputSlot
  181.  
  182. *OpenUI *MediaType/Paper: PickOne
  183. *OrderDependency: 50 AnySetup *MediaType
  184. *DefaultMediaType: Paper
  185. *MediaType Paper: "
  186.     1 dict
  187.       dup /MediaType (Paper) put 
  188.     setpagedevice"
  189. *End
  190. *?MediaType: "save
  191.     currentpagedevice /MediaType get
  192.     dup null eq {pop (Unknown)} if
  193.     = flush restore"
  194. *End
  195. *CloseUI: *MediaType
  196. *% Font Information =====================
  197. *DefaultFont: Courier
  198. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  199. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  200. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  201. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  202. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  203. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  204. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  205. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  206. *Font Courier: Standard "(002.004S)" Standard ROM
  207. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  208. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  209. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  210. *Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv ROM
  211. *Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add ROM
  212. *Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add ROM
  213. *Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add ROM
  214. *Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add ROM
  215. *Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 ROM
  216. *Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 ROM
  217. *Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext ROM
  218. *Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext ROM
  219. *Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext ROM
  220. *Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext ROM
  221. *Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 ROM
  222. *Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP ROM
  223. *Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP ROM
  224. *Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 ROM
  225. *Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.001)" Special ROM
  226. *Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 ROM
  227. *Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 ROM
  228. *Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special ROM
  229. *Font FutoGoB101-Bold.Roman: Special "(003.001)" Special ROM
  230. *Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special ROM
  231. *Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special ROM
  232. *Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv ROM
  233. *Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add ROM
  234. *Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add ROM
  235. *Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add ROM
  236. *Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add ROM
  237. *Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 ROM
  238. *Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 ROM
  239. *Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext ROM
  240. *Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext ROM
  241. *Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext ROM
  242. *Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext ROM
  243. *Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 ROM
  244. *Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP ROM
  245. *Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP ROM
  246. *Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 ROM
  247. *Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.001)" Special ROM
  248. *Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 ROM
  249. *Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 ROM
  250. *Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special ROM
  251. *Font FutoMinA101-Bold.Roman: Special "(003.001)" Special ROM
  252. *Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special ROM
  253. *Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special ROM
  254. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv ROM
  255. *Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add ROM
  256. *Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add ROM
  257. *Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add ROM
  258. *Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add ROM
  259. *Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 ROM
  260. *Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 ROM
  261. *Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext ROM
  262. *Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext ROM
  263. *Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext ROM
  264. *Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext ROM
  265. *Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 ROM
  266. *Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP ROM
  267. *Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP ROM
  268. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 ROM
  269. *Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.002)" Special ROM
  270. *Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 ROM
  271. *Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 ROM
  272. *Font GothicBBB-Medium.Oubun: Special "(003.002)" Special ROM
  273. *Font GothicBBB-Medium.Roman: Special "(003.002)" Special ROM
  274. *Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special ROM
  275. *Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special ROM
  276. *Font Helvetica: Standard "(001.006S)" Standard ROM
  277. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  278. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  279. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  280. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  281. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  282. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  283. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  284. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  285. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  286. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  287. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  288. *Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv ROM
  289. *Font Jun101-Light-Add-H: JIS "(003.001)" Add ROM
  290. *Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add ROM
  291. *Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add ROM
  292. *Font Jun101-Light-Add-V: JIS "(003.001)" Add ROM
  293. *Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 ROM
  294. *Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 ROM
  295. *Font Jun101-Light-Ext-H: JIS "(003.001)" Ext ROM
  296. *Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext ROM
  297. *Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext ROM
  298. *Font Jun101-Light-Ext-V: JIS "(003.001)" Ext ROM
  299. *Font Jun101-Light-H: JIS "(003.001)" JIS-83 ROM
  300. *Font Jun101-Light-NWP-H: JIS "(003.001)" NWP ROM
  301. *Font Jun101-Light-NWP-V: JIS "(003.001)" NWP ROM
  302. *Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 ROM
  303. *Font Jun101-Light-RKSJ-UserGaiji: Special "(003.001)" Special ROM
  304. *Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 ROM
  305. *Font Jun101-Light-V: JIS "(003.001)" JIS-83 ROM
  306. *Font Jun101-Light.Oubun: Special "(003.001)" Special ROM
  307. *Font Jun101-Light.Roman: Special "(003.001)" Special ROM
  308. *Font Jun101-Light.Roman83pv: Special "(003.001)" Special ROM
  309. *Font Jun101-Light.WP-Symbol: Special "(003.001)" Special ROM
  310. *Font Mincho-PC-Hiragana: Special "(002.000)" Special ROM
  311. *Font Mincho-PC-Katakana: Special "(002.000)" Special ROM
  312. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  313. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  314. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  315. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  316. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  317. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  318. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  319. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  320. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv ROM
  321. *Font Ryumin-Light-Add-H: JIS "(003.001)" Add ROM
  322. *Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add ROM
  323. *Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add ROM
  324. *Font Ryumin-Light-Add-V: JIS "(003.001)" Add ROM
  325. *Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 ROM
  326. *Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 ROM
  327. *Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext ROM
  328. *Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext ROM
  329. *Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext ROM
  330. *Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext ROM
  331. *Font Ryumin-Light-H: JIS "(003.001)" JIS-83 ROM
  332. *Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP ROM
  333. *Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP ROM
  334. *Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 ROM
  335. *Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.001)" Special ROM
  336. *Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 ROM
  337. *Font Ryumin-Light-V: JIS "(003.001)" JIS-83 ROM
  338. *Font Ryumin-Light.Oubun: Special "(003.001)" Special ROM
  339. *Font Ryumin-Light.Roman: Special "(003.001)" Special ROM
  340. *Font Ryumin-Light.Roman83pv: Special "(003.001)" Special ROM
  341. *Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special ROM
  342. *Font Symbol: Special "(001.007S)" Special ROM
  343. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  344. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  345. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  346. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  347. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  348. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  349.  
  350. *?FontQuery: "
  351.    save  
  352.    { count 1 gt
  353.       { exch dup 127 string cvs (/) print print (:) print
  354.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  355.       } { exit } ifelse
  356.    } bind loop
  357.    (*) = flush
  358.    restore"
  359. *End
  360.  
  361. *?FontList: "
  362.    save (*) {cvn ==} 128 string /Font resourceforall
  363.    (*) = flush restore"
  364. *End
  365.  
  366. *% Printer Messages (verbatim from printer):
  367. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  368. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  369. *Message: "\FontName\ not found, using Courier"
  370.  
  371. *% Status (format: %%[ status: <one of these> ]%% )
  372. *Status: "initializing"
  373. *Status: "idle"
  374. *Status: "holding"
  375. *Status: "busy"
  376. *Status: "waiting"
  377. *Status: "PrinterError: printer is warming up"
  378. *Status: "PrinterError: printer is not ready"
  379. *Status: "PrinterError: out of paper"
  380. *Status: "PrinterError: paper jam"
  381. *Status: "PrinterError: paper jam at entry"
  382. *Status: "PrinterError: out of ribbon"
  383. *Status: "PrinterError: ribbon jam"
  384. *Status: "PrinterError: cover is open"
  385. *Status: "PrinterError: thermal head temperature"
  386. *Status: "PrinterError: internal interface error"
  387. *Status: "PrinterError: print engine failure"
  388.  
  389. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  390. *Source: "Serial"
  391. *Source: "LocalTalk"
  392. *Source: "Parallel"
  393. *Source: "Internal"
  394.  
  395. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  396. *PrinterError: "printer is warming up"
  397. *PrinterError: "printer is not ready"
  398. *PrinterError: "out of paper"
  399. *PrinterError: "paper jam"
  400. *PrinterError: "paper jam at entry"
  401. *PrinterError: "out of ribbon"
  402. *PrinterError: "ribbon jam"
  403. *PrinterError: "cover is open"
  404. *PrinterError: "thermal head temperature"
  405. *PrinterError: "internal interface error"
  406. *PrinterError: "print engine failure"
  407.  
  408. *% Color Separation Information =====================
  409. *DefaultColorSep: ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi
  410.  
  411. *InkName: ProcessBlack/Process Black
  412. *InkName: CustomColor/Custom Color
  413. *InkName: ProcessCyan/Process Cyan
  414. *InkName: ProcessMagenta/Process Magenta
  415. *InkName: ProcessYellow/Process Yellow
  416.  
  417. *%  For 60 lpi / 400 dpi  ===============================
  418.  
  419. *ColorSepScreenAngle ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "45"
  420. *ColorSepScreenAngle CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "45"
  421. *ColorSepScreenAngle ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "15"
  422. *ColorSepScreenAngle ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "75"
  423. *ColorSepScreenAngle ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "0"
  424.  
  425. *ColorSepScreenFreq ProcessBlack.60lpi.400dpi/60 lpi / 400 dpi: "60"
  426. *ColorSepScreenFreq CustomColor.60lpi.400dpi/60 lpi / 400 dpi: "60"
  427. *ColorSepScreenFreq ProcessCyan.60lpi.400dpi/60 lpi / 400 dpi: "60"
  428. *ColorSepScreenFreq ProcessMagenta.60lpi.400dpi/60 lpi / 400 dpi: "60"
  429. *ColorSepScreenFreq ProcessYellow.60lpi.400dpi/60 lpi / 400 dpi: "60"
  430.  
  431. *% The byte count of this file should be exactly 017132 or 017565
  432. *% depending on the filesystem it resides in.
  433. *% end of PPD file for SONY POSTART FOR NWP-543
  434.